home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / DivX / ThePlaya / ThePlaya-0.5.0.exe / Windows Temporary Directory / DivX.inf < prev   
Windows Setup INFormation  |  2001-04-24  |  3KB  |  91 lines

  1. ; DivX4Windows MPEG-4 Video Codec install
  2. ; Version 4.0 Alpha 50 - Project Mayo
  3. ; NT & 9x (2k tested !)
  4.  
  5.  
  6. [Version]
  7. Signature = "$CHICAGO$"
  8. Class = MEDIA
  9.  
  10. [SourceDisksNames]
  11. 1="DivX4Windows MPEG-4 Video Codec Install Disk",, 0001
  12.  
  13. [SourceDisksFiles]
  14. DivX.dll=1
  15. DivX.inf=1
  16.  
  17. [Installable.Drivers]
  18. divx = 1:DivX.dll, "vidc.divx", "DivX4Windows MPEG-4 Video Codec" , , ,
  19.  
  20.  
  21. [DefaultInstall]
  22. CopyFiles=MPEG4.Copy,MPEG4.Copy.Inf
  23. Updateinis = MPEG4.Updateini
  24. addreg = MPEG4.AddReg,MPEG4.AddReg9x,MPEG4.DoReg
  25. MediaType = SOFTWARE
  26.  
  27. [DefaultInstall.ntx86]
  28. CopyFiles=MPEG4.Copy,MPEG4.Copy.Inf
  29. addreg = MPEG4.AddReg,MPEG4.AddRegNT,MPEG4.DoReg
  30. MediaType = SOFTWARE
  31.  
  32. [Remove_DivX]
  33. AddReg = MPEG4.Unregister
  34. DelReg = MPEG4.DelReg
  35. DelFiles = MPEG4.Copy,MPEG4.Copy.Inf
  36. UpdateInis = MPEG4.DelIni
  37.  
  38. [MPEG4.Copy]
  39. DivX.dll
  40.  
  41. [MPEG4.Copy.Inf]
  42. DivX.inf
  43.  
  44. [MPEG4.UpdateIni]
  45. system.ini, drivers32,,"vidc.DIVX=DivX.dll"
  46.  
  47. [MPEG4.DelIni]
  48. system.ini, drivers32,"vidc.DIVX=DivX.dll",
  49.  
  50. [MPEG4.AddReg]
  51.  
  52. [MPEG4.AddReg9x]
  53. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIVX,Description,,%DivX%
  54. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIVX,Driver,,DivX.dll
  55.  
  56. HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
  57. HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection Remove_DivX 132 %17%\%InfFile%"
  58.  
  59. [MPEG4.AddRegNT]
  60. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,DivX.dll,,%DivX%
  61. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.DIVX,,DivX.dll
  62.  
  63. HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
  64. HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi,InstallHinfSection Remove_DivX 132 %17%\%InfFile%"
  65.  
  66. [MPEG4.DoReg]
  67. ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering DivX Direct Show ;Decoder...",,"%11%\regsvr32.exe /s %11%\DivX_c32.ax"
  68.  
  69. [MPEG4.DelReg]
  70. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIVX
  71.  
  72. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,DivX.dll,,""
  73. HKLM,%UnInstallPath%
  74.  
  75. [MPEG4.Unregister]
  76. ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Unregistering DivX Direct Show ;Decoder...",,"%11%\regsvr32.exe /s /u %11%\DivX_c32.ax"
  77.  
  78. [DestinationDirs]
  79. DefaultDestDir = 11    ; LDID_SYS
  80. MPEG4.Copy = 11
  81. MPEG4.Copy.Inf = 17
  82.  
  83. [Strings]
  84. DivX="DivX4Windows MPEG-4 Video Codec"
  85. InfFile="DivX.inf"
  86. UninstallDispName="DivX4Windows Codec 4.0 Alpha 50"
  87. UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\DIVXCodec"
  88. MediaClassName="Media Devices"
  89. mfgname="Project Mayo"
  90.  
  91.